Current File : /var/www/e360ban/wp-content/plugins/wp-views/res/js/views_admin_update_help.js
/*
*
*/

jQuery(document).on( 'click', '.js-views-scan', function(e) {
	e.preventDefault();
	var thiz = jQuery( this ),
	spinnerContainer = jQuery( '<div class="wpv-spinner ajax-loader">' ).insertBefore( thiz ).show(),
	resultsContainer = jQuery( '.js-wpv-views-scan-results' ),
    data = {
		action: 'wpv_scan_wpv_if',
		wpnonce : jQuery( '#views_update_help_wpv_if_nonce' ).val()
	};
	thiz.removeClass( 'button-primary' ).addClass( 'button-secondary' ).prop( 'disabled', true );
	jQuery.post( ajaxurl, data, function( response ) {
		if ( ( typeof( response ) !== 'undefined' ) ) {
			decoded_response = JSON.parse( response );
			var postsList = jQuery( '<ul class="posts-list">' );
            postsList.appendTo( resultsContainer );
			jQuery.each( decoded_response, function( index, value ) {
				jQuery.each( value, function( subindex, link ) {
					jQuery('<li>' + index + ': ' + link + '</li>').appendTo( postsList );
				});
			});
		} else {
			//if(  WPV_Parametric.debug ) console.log( WPV_Parametric.ajax_error, response );
		}
	})
	.fail(function(jqXHR, textStatus, errorThrown) {
		//if(  WPV_Parametric.debug ) console.log( WPV_Parametric.error_generic, textStatus, errorThrown );
	})
	.always(function() {
		spinnerContainer.remove();
		thiz.addClass( 'button-primary' ).removeClass( 'button-secondary' ).prop( 'disabled', false );
	});
});
Page Not Found
Parece que el enlace que apuntaba aquí no sirve. ¿Quieres probar con una búsqueda?
¡Hola!